home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / getenv < prev    next >
Text File  |  2001-03-21  |  304b  |  14 lines

  1. Synopsis:
  2.    $getenv(<variable>)
  3.  
  4. Technical:
  5.    This function returns the <variable> from the shell's environment.
  6.  
  7. Practical:
  8.    This function is especially useful when a /set or /assign variable
  9.    conflicts with an environment variable.
  10.  
  11. Returns:
  12.    Value of <variable> in the environment.
  13.  
  14.